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

https://github.com/jglchen/realtime-stock-next

There are many ways to achieve real-time content updates on the web. For one of them, the browser’s event source API is used to open a channel of communication between the client and the server for updates to flow from the server to the client.This demonstration is to leverage the browser EventSource API to build a real-time React application.
https://github.com/jglchen/realtime-stock-next

docker event-sourcing nextjs typescript

Last synced: 2 months ago
JSON representation

There are many ways to achieve real-time content updates on the web. For one of them, the browser’s event source API is used to open a channel of communication between the client and the server for updates to flow from the server to the client.This demonstration is to leverage the browser EventSource API to build a real-time React application.

Awesome Lists containing this project