Skip to content

mwojtul/vite-backend-integration-polling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

  • run npm install
  • start the express server: npm start
  • start vite: npm dev

Reproducing the socket polling hitting the wrong port

  1. Navigate to http://localhost:3000
  2. Open the console, set to preserve log
  3. Stop the vite server
  4. Notice polling requests are made to http://localhost:3000/__vite_ping (rather than port 3001)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published