Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mplacona/friendsanywhere
An application that let's you talk o your friends even when you don't have phone signal or Internet
https://github.com/mplacona/friendsanywhere
Last synced: 7 days ago
JSON representation
An application that let's you talk o your friends even when you don't have phone signal or Internet
- Host: GitHub
- URL: https://github.com/mplacona/friendsanywhere
- Owner: mplacona
- License: mit
- Created: 2016-01-29T17:14:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T15:09:19.000Z (over 8 years ago)
- Last Synced: 2024-04-14T15:01:25.925Z (7 months ago)
- Language: C#
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IP Messaging Quickstart for C# on a Mac (ASP.NET MVC)
This application should give you a ready-made starting point for writing your
own messaging apps with Twilio IP Messaging. Before we begin, we need to collect
all the config values we need to run the application:| Config Value | Description |
| :------------- |:------------- |
Service Instance SID | Like a database for your IP Messaging data - [generate one in the console here](https://www.twilio.com/user/account/ip-messaging/services)
Account SID | Your primary Twilio account identifier - find this [in the console here](https://www.twilio.com/user/account/ip-messaging/getting-started).
API Key | Used to authenticate - [generate one here](https://www.twilio.com/user/account/ip-messaging/dev-tools/api-keys).
API Secret | Used to authenticate - [just like the above, you'll get one here](https://www.twilio.com/user/account/ip-messaging/dev-tools/api-keys).## A Note on API Keys
When you generate an API key pair at the URLs above, your API Secret will only
be shown once - make sure to save this in a secure location,
or possibly your system environment variables.## Setting Up The Application
After downloading the repo make sure you have all the environment variables properly set.
You should now be ready to rock! On your terminal run `dnx web` and point your browser to http://localhost:5000,
and you should land on the home page of our basic chat application. Open it up in a few browser
tabs and start chatting with yourself!Due to the dependencies used, the application will only run on DNX 451 and not on DNXCORE 5
![screenshot of chat app](https://s3.amazonaws.com/howtodocs/quickstart/ipm-browser-quickstart.png)
## License
MIT