Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ npm run lint
- [negotiation](negotiation) - negotiation usage example
- [stream-file](stream-file) - simple file streaming
- [stream-objects](stream-objects) - objects streaming
- [stream-server-side-events](stream-server-side-events) - server side events streaming
- [stream-server-sent-events](stream-server-sent-events) - server sent events streaming
- [stream-view](stream-view) - view streaming
- [templates](templates) - simple view rendering
- [upload](upload) - multi-file uploading
Expand Down Expand Up @@ -69,7 +69,7 @@ npm run lint
- [koa-rest](https://github.com/PatrickWolleb/generator-koa-rest) - RESTful API scaffolder with subgenerator
- [koa](https://github.com/peter-vilja/generator-koa) - Web Application scaffolder
- [k](https://github.com/minghe/generator-k) - Web Application scaffolder with Chinese README

## Articles

- [Building a RESTful API with Koa and Postgres](http://mherman.org/blog/2017/08/23/building-a-restful-api-with-koa-and-postgres)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# stream-server-side-events
# stream-server-sent-events

This program continually sends events to the web browser. It simulates a series of log file entries that have been appended to a file.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.