Realtime chat built with Angel and Angular 2 Dart. Authentication is provided via Google OAuth 2.0.
This is a good example of:
- WebSocket use
- Client-side use
- Use with Angular2
- Authentication
- Authorization
- Validation
- Service hooks
To run:
- Run
pub get. - Run
pub buildto compile the client code into Dart. - If you have the Angel CLI installed (recommended!),
run
angel start --production. - If not, run
ANGEL_ENV=production dart bin/server.dart.
The Dart server framework that's ready for showtime.
Do you want to collaborate? Join the project at https://projectgroupie.com/projects/212
