https://github.com/softeq/netkit.chat.consoleclient
https://github.com/softeq/netkit.chat.consoleclient
chat dotnet netkit signalr
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/softeq/netkit.chat.consoleclient
- Owner: Softeq
- License: mit
- Created: 2019-04-18T07:55:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T11:49:27.000Z (almost 7 years ago)
- Last Synced: 2025-10-28T12:46:31.658Z (7 months ago)
- Topics: chat, dotnet, netkit, signalr
- Language: C#
- Size: 49.8 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NetKit.Chat.Client
Softeq.NetKit.Chat.Client is a client that allows to quickly test NetKit.Chat Nuget.
Service tests the following types of functional:
1. Channels
2. Messages
3. Members
# Getting Started
## Configure
1. Update appsettings.json:
```{
"Chat": {
"Url": "[chat app service url]"
},
"Auth": {
"Url": "[auth app service url]",
"UserName": "[first user email that exist in Auth database]",
"Password": "[first user's password]",
"InvitedUserName": "[second user email that exist in Auth database]",
"Identity": {
"ClientId": "[identity server client id]",
"ClientSecret": "[identity server client secret]",
"Scope": "[identity server allowed scope]"
}
}
}
```
2. Configure your notification hub for iOS push notifications.
3. Run Softeq.NetKit.Chat.SignalRClient.Sample console app.
## About
This project is maintained by Softeq Development Corp.
We specialize in .NET core applications.
## Contributing
We welcome any contributions.
## License
The NetKit.Chat.Client project is available for free use, as described by the [LICENSE](/LICENSE) (MIT).