chartyom / chat-meteor

create test chat on meteor js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat on meteor js

  • index page
  • tasks list page
  • users list page
  • dialogs page
  • messages

screenshot of sample

Используемые модули

  • meteor-base Packages every Meteor app needs to have
  • mobile-experience Packages for a great mobile UX
  • mongo The database Meteor supports right now
  • blaze-html-templates Compile .html files into Meteor Blaze views
  • reactive-var Reactive variable for tracker
  • jquery Helpful client-side library
  • tracker Meteor's client-side reactive programming library
  • standard-minifier-css CSS minifier run for production mode
  • standard-minifier-js JS minifier run for production mode
  • es5-shim ECMAScript 5 compatibility for older browsers.
  • ecmascript Enable ECMAScript2015+ syntax in app code
  • twbs:bootstrap Подключение CSS фреймворка Bootstrap 3
  • reactive-dict Локальное хранилище
  • accounts-password Работа с пользователями
  • practicalmeteor:mocha Тестирование работы системы
  • kadira:flow-router Создание страниц
  • kadira:blaze-layout Обработчик шаблонов для flow-router
  • ian:accounts-ui-bootstrap-3 Стилизованный шаблон авторизации модуля accounts-password
  • tomwasd:history-polyfill polyfill ie8/9 HTML5 history
  • arillo:flow-router-helpers Использование ссылок в шаблонах
  • mrt:moment время [Подробнее] (http://momentjs.com/docs/#/displaying/format/)
  • murilobast:sound позволяет использовать звуки на странице

About

create test chat on meteor js


Languages

Language:JavaScript 54.0%Language:CSS 26.4%Language:HTML 19.6%