From 6aa4a44eb25dacc9cb7afa92f7eb914ab3ddefd1 Mon Sep 17 00:00:00 2001 From: luixaviles Date: Mon, 4 Sep 2017 17:15:39 -0400 Subject: [PATCH] Updating Readme file. --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2b734e91..31780e70 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,30 @@ -A socket.io Chat Example Using TypeScript +

+ + GitHub stars + + + Tweet + +

+ +A Socket.io Chat Example Using TypeScript ========================================= This repository contains server & client side code using `TypeScript` language -## Slides -Read the slides I presented with this project: [TypeScript on the Web: Real Time Applications with Node.js and Angular 2](https://luixaviles.github.io/socket-io-typescript-chat) +## Blog Post +Read the blog post about the release of this project: [Releasing v1.0.0 of a Socket.io-TypeScript Chat Project](https://luixaviles.com/2017/09/releasing-socket-io-typescript-chat-project) -## Demo Chat application online -Client application was written using Angular 2 + [Material Components](https://material.angular.io/). -You can open several browser windows to start the communication between different clients and socket.io server. -Try the [Live Demo Client](https://goo.gl/BpGvpD) +## Live Demo +Try live demo: [https://typescript-chat.firebaseapp.com](https://typescript-chat.firebaseapp.com) # Support this project - Star GitHub repository :star: - Create pull requests, submit bugs or suggest new features - Follow updates on [Twitter](https://twitter.com/luixaviles) +![](https://luixaviles.com/assets/images/posts/typescript-chat/typescript-chat.gif?raw=true) + # Running Server and Client locally ## Prerequisites @@ -48,7 +57,6 @@ $ gulp build $ npm start ``` - The `socket.io` server will be running on port `8080` ## Run Angular Client