/todo-server

Servidor de um to-do list, utilizando Socket.io e Server Sent Events para comunicação

Primary LanguageJavaScript

To-do list server

This project is a server using socket.io and SSE for real-time data update

Available Scripts

In the project directory, you can run:

yarn sse

Runs the dev server SSE using nodemon, url open: http://localhost:4444

yarn ws

Runs the dev server Socket.io using nodemon, url open: http://localhost:3333