All Projects → kadoshita → live-share-editor

kadoshita / live-share-editor

Licence: MIT license
ソースコードをリアルタイムで共有できるオンラインエディタ

Programming Languages

javascript
184084 projects - #8 most used programming language
C#
18002 projects
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to live-share-editor

ChatService
ChatService (SignalR).
Stars: ✭ 26 (+73.33%)
Mutual labels:  asp-net-core, signalr
AngularAspNetCoreSignalR
Build a simple chat app with Angular and ASP.NET Core SignalR
Stars: ✭ 12 (-20%)
Mutual labels:  asp-net-core, signalr
SignalR-Core-SqlTableDependency
Shows how the new SignalR Core works with hubs and sockets, also how it can integrate with SqlTableDependency API.
Stars: ✭ 36 (+140%)
Mutual labels:  asp-net-core, signalr
xamarin-chat-signalr
Xamarin Forms Modern Chat Using SignalR ASP.NET
Stars: ✭ 12 (-20%)
Mutual labels:  asp-net-core, signalr
Notify.Me
Simple host application to provide send/receive feature for any kind of notifications and messages between client(s) and the host. The application is based on ASP.NET Core and SignalR to demostrate some features of these things...
Stars: ✭ 28 (+86.67%)
Mutual labels:  asp-net-core, signalr
Sio.core
✔ [ SIOC ] Swastika I/O Core is an all in one platform (e.g CMS, eCommerce, Forum, Q&A, CRM...) ASP.NET Core / Dotnet Core System based on SIOH Framework.
Stars: ✭ 121 (+706.67%)
Mutual labels:  asp-net-core, signalr
Signalrsample
Real-time Charts with ASP.NET Core SignalR and Chart.js.
Stars: ✭ 23 (+53.33%)
Mutual labels:  asp-net-core, signalr
Signalr Client Swift
Swift SignalR Client for Asp.Net Core SignalR server
Stars: ✭ 213 (+1320%)
Mutual labels:  asp-net-core, signalr
emud
emud是一个基于netcore + signalr + vue 开发的mud游戏框架
Stars: ✭ 44 (+193.33%)
Mutual labels:  signalr
CleanArchitecture
Clean Architecture Solution for .NET 5
Stars: ✭ 18 (+20%)
Mutual labels:  asp-net-core
TextMood
A Xamarin + IoT + Azure sample that detects the sentiment of incoming text messages, performs sentiment analysis on the text, and changes the color of a Philips Hue lightbulb
Stars: ✭ 52 (+246.67%)
Mutual labels:  signalr
Demo.Ndjson.AsyncStreams
Sample project for demonstrating how to use async streams and NDJSON to improve user experience by streaming JSON objects from server to client and client to server in .NET
Stars: ✭ 30 (+100%)
Mutual labels:  asp-net-core
aspnetcore-authentication-apikey
Easy to use and very light weight Microsoft style API Key Authentication Implementation for ASP.NET Core. It can be setup so that it can accept API Key in Header, Authorization Header, QueryParams or HeaderOrQueryParams.
Stars: ✭ 215 (+1333.33%)
Mutual labels:  asp-net-core
Urbanization
A Micropolis (Simcity classic) inspired city building game written in C#
Stars: ✭ 66 (+340%)
Mutual labels:  signalr
bside
Github Content Management System
Stars: ✭ 22 (+46.67%)
Mutual labels:  online-editor
Memoyu.MedicalShared
该项目为毕设项目,基于Xamarin开发,关于医疗数据共享平台。基本模式为通过第三方HIS、LIS等系统提交数据到本平台,平台进行处理后向患者用户展示数据。
Stars: ✭ 26 (+73.33%)
Mutual labels:  signalr
SdvCodeWebsite
Simeon Valev - Personal Blog - Developed on ASP.NET Core MVC - Server-Side Blazor - See README.md file for more information
Stars: ✭ 38 (+153.33%)
Mutual labels:  signalr
M6T.Core.TupleModelBinder
Asp.Net Core Tuple Model Binder
Stars: ✭ 20 (+33.33%)
Mutual labels:  asp-net-core
pokeR
Planning poker with SignalR
Stars: ✭ 37 (+146.67%)
Mutual labels:  signalr
Home
Home for Blazor Extensions
Stars: ✭ 51 (+240%)
Mutual labels:  asp-net-core

LiveShareEditor

GitHub tag (latest SemVer) License Status Uptime

ソースコードをリアルタイムで共有できるオンラインエディタ

screenshot

概要

Live Share Editorは1:Nでコーディングの状況をリアルタイムに配信できるオンラインテキストエディタです。 以下の機能を実装しています。

機能

  1. 各種言語のシンタックスハイライト
  2. カラーテーマの設定
  3. ブラウザ上での実行結果の確認

動作確認済み環境

  • .NET Core SDK 3.1.100
  • Node.js v10.16.3

実行

git clone https://github.com/kadoshita/live-share-editor.git
cd live-share-editor/ClientApp
npm i
cd ../../
dotnet run

不具合報告

GitHubのIssuesに投稿してください。

機能追加要望

GitHubのIssuesに投稿してください。

コントリビュート

Pull Requestは随時受け付けています。

ライセンス

MIT

MIT License

Copyright (c) 2020 Yoshiki Kadoshita

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].