An open API service indexing awesome lists of open source software.

https://github.com/diraneyya/websocket-chat

This fullstack application contains both a frontend using React (in the client subfolder) and a backend. The application uses 'express' and 'ws' to serve both the frontend and the websocket endpoint using the same port. This allows deploying the application on platforms like Heroku and Glitch where only one port is available for the application.
https://github.com/diraneyya/websocket-chat

chat education glitch realtime websocket

Last synced: about 2 months ago
JSON representation

This fullstack application contains both a frontend using React (in the client subfolder) and a backend. The application uses 'express' and 'ws' to serve both the frontend and the websocket endpoint using the same port. This allows deploying the application on platforms like Heroku and Glitch where only one port is available for the application.

Awesome Lists containing this project