We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d646d commit 2a6757aCopy full SHA for 2a6757a
README.md
@@ -11,7 +11,7 @@ Unreal.js is a plug-in which brings V8-powered Javascript into UnrealEngine4.
11
- Free to subclass existing classes including blueprint
12
- Web-dev like UMG ([Jade](http://jade-lang.com), pseudo-css, pseudo-[angular.js](https://angularjs.org/))
13
- Live reload
14
-- Communicate with outer world: REST, process(pipe), arraybuffer, ...
+- Communicate with outer world: REST(http), websocket, process(pipe), arraybuffer, ...
15
- Bridge API for editor extension
16
- Auto-completion for **Visual Studio Code** (auto-generated [*.d.ts](http://definitelytyped.org/))
17
- Debugging within **Visual Studio**, Visual Studio Code, WebStorm and all IDE which supports V8 protocol
0 commit comments