Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.
/ svelte-sse-chat Public archive

Chat Example Application Using SvelteJS and Chat

Notifications You must be signed in to change notification settings

marmelab/svelte-sse-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

publication Archived Repository
The code of this repository was written to illustrate the blog post Building A Chat Application Using SvelteJS and SSE
This code is not intended to be used in production, and is not maintained.

Svelte SSE Chat

Chat Example Application Using SvelteJS and Chat

Installation

make install

Development

make start

Contributing

  1. Fork it ( https://github.com/marmelab/svelte-sse-chat/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • jdemangeon Julien Demangeon - creator, maintainer