Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.
/ dart-chat Public archive

Simple chat application build with Angular 2 Dart and Dart VM

License

Notifications You must be signed in to change notification settings

dart-china/dart-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dart-chat

A chat app build with Angular2 Dart and Dart VM.

Run

0. Ensure the installation of Dart SDK

dart --version

1. Get dependencies

pub get

2. Start the chat server

dart bin/server.dart

3. Open another terminal, run the chat web app

pub serve

Screenshot

ScreenShot

Test

dart test/server_test.dart

Inspiration

The chat room example in Node.js in Action.

About

Simple chat application build with Angular 2 Dart and Dart VM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published