Skip to content

Created a simple real-time chat application with Express

Notifications You must be signed in to change notification settings

yuron3141/express_chat_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express_chat_app

JavaScriptで作られた簡易リアルタイムチャットアプリ(Webアプリ)です。 CSSフレームワークには「Buluma」、Node.jsのモジュールは「Express」「socket.io」「nodemon」を使用しています。

JavaScript Node.js

Image 1

環境構築・実行

Node.jsの実行環境を用意した後に、このリポジトリを各自のPCの適切な場所にクローンしてください。 このプロジェクトのフォルダに移動したのち以下コマンドを使用してモジュールをインストールしてください。

npm install express

npm install socket.io

またnodemonをインストールしていない場合は以下のコマンドでグローバルインストール可能です。

npm install nodemon

次のコマンドでサーバを立ち上げ可能です。

npm run dev

上記コマンドを入力したらブラウザで「localhost:3000」にアクセスしてください。 立ち上げたサーバは「ctrl+c」を2回押すことで停止できます。

About

Created a simple real-time chat application with Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published