All Projects β†’ simonprickett β†’ server-sent-events-demo

simonprickett / server-sent-events-demo

Licence: MIT license
Server Sent Events Demo for San Diego JS Meetup using Node, HTML, JavaScript, CSS.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to server-sent-events-demo

chainDB
A noSQL database based on blockchain technology
Stars: ✭ 13 (-66.67%)
Mutual labels:  node-js
milliparsec
🌌 Tiniest body parser in the universe. Built for modern Node.js
Stars: ✭ 116 (+197.44%)
Mutual labels:  node-js
ministun
A zero dependency STUN server
Stars: ✭ 26 (-33.33%)
Mutual labels:  node-js
babyfoot
Simple CQRS/ES Node+Express+TypeScript REST API
Stars: ✭ 14 (-64.1%)
Mutual labels:  node-js
BotBlock.org
BotBlock - The List of Discord Bot Lists and Services
Stars: ✭ 29 (-25.64%)
Mutual labels:  node-js
Node.js-Material-Starter-Template
Node.js Jade Material Starter Template
Stars: ✭ 17 (-56.41%)
Mutual labels:  node-js
fridaybot
Slack bot for https://spb-frontend.slack.com
Stars: ✭ 29 (-25.64%)
Mutual labels:  node-js
Reactirator
A desktop application to create and manage React.js applications easily.
Stars: ✭ 111 (+184.62%)
Mutual labels:  node-js
node-typescript-starter
REST API using Node with typescript, KOA framework. TypeORM for SQL. Middlewares JWT (auth), CORS, Winston Logger, Error, Response
Stars: ✭ 19 (-51.28%)
Mutual labels:  node-js
fn-rate
🌠 Rate the skins of Fortnite and see what skins are most appreciated!
Stars: ✭ 14 (-64.1%)
Mutual labels:  node-js
influx-crypto-watcher
Server that let you monitor many cryptocurrencies and store the OHLC data in InfluxDB (visualisation with grafana)
Stars: ✭ 49 (+25.64%)
Mutual labels:  node-js
whynote
Command Line Interface to Creating Notes/Tasks
Stars: ✭ 15 (-61.54%)
Mutual labels:  node-js
aws-sqs-sns-client
AWS SNS SQS client UI
Stars: ✭ 26 (-33.33%)
Mutual labels:  node-js
System-bot
Moderative and user-friendly discord bot using discord.js
Stars: ✭ 39 (+0%)
Mutual labels:  node-js
sdk-node
VULCAN UONET+ JavaScript SDK
Stars: ✭ 11 (-71.79%)
Mutual labels:  node-js
orkid-node
Reliable and modern Redis Streams based task queue for Node.js πŸ€–
Stars: ✭ 61 (+56.41%)
Mutual labels:  node-js
node-screenlogic
Pentair ScreenLogic Javascript library using Node.JS
Stars: ✭ 38 (-2.56%)
Mutual labels:  node-js
titaniumifier
Get a Titaniumβ„’ SDK CommonJS module out of a Node package!
Stars: ✭ 95 (+143.59%)
Mutual labels:  node-js
Becoditive-API
The official API of beCoditive with many endpoints like memes, animals, image manipulation, url shortner, etc.
Stars: ✭ 14 (-64.1%)
Mutual labels:  node-js
spinnies
Node.js module to create and manage multiple spinners in command-line interface programs
Stars: ✭ 111 (+184.62%)
Mutual labels:  node-js

Server Sent Events Demo

A small Server Sent Events demo for San Diego JS Meetup using Node, HTML, JavaScript, CSS. I also wrote a post on my website about this topic wihich includes a video of me presenting about it at the Meetup.

demo

Slides can be found here.

Running this Project

The following instructions assume Mac OS / Linux system with Python installed (to provide a simple web server).

Get the Code using a Terminal Window

$ git clone https://github.com/simonprickett/server-sent-events-demo.git
$ cd server-sent-events-demo

Start the Server in a Terminal Window

$ cd src/server
$ npm install
$ npm start

Start the Client in another Terminal Window

$ cd src/client
$ python -m SimpleHTTPServer

or...

$ cd src/client
$ python3 -m http.server

Then point a browser at http://localhost:8000/.

Reference Materials

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].