VAST-Webside

Description

Implementation of Webside in VAST

Details

Source
GitHub
Dialect
va_smalltalk (25% confidence)
License
MIT
Stars
1
Created
March 12, 2021
Updated
Aug. 25, 2022
Topics
ide react smalltalk vasmalltalk vastplatform

README excerpt

# VAST-Webside
Implementation of [Webside](https://github.com/guillermoamaral/Webside) in VAST


## Installation


## Usage

You can start `WebsideServer` by evaluating:
```smalltalk
WebsideServer new
	baseUri: '/vast/v1';
	port: 9002;
	start
```

> Note that you can change the `baseUri` and `port` to whatever you want. This information should be promtped by Webside client once the user wants to connect to a given Smalltalk system.
← Back to results