Skip to content

Simple Vue.js Chat application powered by Bootstrap Vue and ChatKit SDK

Notifications You must be signed in to change notification settings

nyhxiaoning/vue-chatkit

 
 

Repository files navigation

Build a Real-Time Chat App with Pusher and Vue.js

In this tutorial, we are going to build a real-time chat application using Vue.js powered by ChatKit, a service provided by Pusher. The ChatKit service will provide us with a complete backend necessary for building a chat application on any device, leaving us to focus on building a frontend user interface that connects to the ChatKit service via ChatKit client package.

Requirements

  • Node.js
  • [ChatKit account] as decribed in the article

Installation Steps (if applicable)

  1. Clone repo
  2. Run npm install
  3. Create a .env.local in the project root and fill it out as decscribed in the article.
  4. Run npm run serve
  5. Visit http:https://localhost:8080/ and log in with a valid user
  6. Visit http:https://localhost:8080/ in a different browser and log in with a valid user

License

SitePoint's code archives and code examples are licensed under the MIT license.

Copyright © 2018 SitePoint

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Simple Vue.js Chat application powered by Bootstrap Vue and ChatKit SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 91.9%
  • Vue 4.5%
  • JavaScript 3.3%
  • HTML 0.3%