Git Product home page Git Product logo

create-chat-app-with-.net-pusher's Introduction

Building a chat application with real-time functionality using C# .NET and Pusher

This is a sample project, showing how to build a chat application using .NET and Pusher. This chat application possesses several popular real-time functionalities such as the who's typing feature, message delivery status and user availability notifications.

View tutorial

How to set up project

  • Download and install Visual Studio 2017 from here
  • Clone the repository into the Visual Studio Project directory usually located in the root user directory or any directory of your choice
  • Start up the Visual Studio IDE
  • Open the HeyChat solution by navigating to the HeyChat directory (in Projects directory or wherever you cloned it) and selecting the HeyChat.sln file
  • When the solution is open in your IDE, run using the โ–ถ button on the top left of your IDE navigation bar

create-chat-app-with-.net-pusher's People

Contributors

neoighodaro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

create-chat-app-with-.net-pusher's Issues

Pusher Error

Thanks for your sharing first.I found an error in Chat/index.cshtml.

const pusher = new Pusher('PUSHER_APP_ID', { cluster:'PUSHER_APP_CLUSTER' });

It should be
const pusher = new Pusher('PUSHER_APP_KEY', { cluster:'PUSHER_APP_CLUSTER' });

Right?After i changed app_id to app_key, there was no pusher error.

Configuration Error

Screenshot (115)

Parser Error Message: An error occurred creating the configuration section handler for entityFramework: Could not load file or assembly 'EntityFramework, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.