Skip to content

Port of Composition IT F# safe sockets demo. See Readme for link

Notifications You must be signed in to change notification settings

Tweega/safe-sockets

Repository files navigation

safe-sockets update

This repository is a copy of CompositionalIT/SafeSockets using updated nuget components. I did it because I was having trouble incorporating web sckets into an exising project, so wanted to pare things back to basics but with a similar build to what you get when you start a project from the SAFE template (as of Jan 2021).

SAFE Template

This template can be used to generate a full-stack web application using the SAFE Stack. It was created using the dotnet SAFE Template. If you want to learn more about the template why not start with the quick start guide?

Install pre-requisites

You'll need to install the following pre-requisites in order to build SAFE applications

Starting the application

Before you run the project for the first time only you must install dotnet "local tools" with this command:

dotnet tool restore

To concurrently run the server and the client components in watch mode use the following command:

dotnet fake build -t run

Then open http://localhost:8080 in your browser.

To run concurrently server and client tests in watch mode (run in a new terminal):

dotnet fake build -t runtests

Client tests are available under http://localhost:8081 in your browser and server tests are running in watch mode in console.

SAFE Stack Documentation

If you want to know more about the full Azure Stack and all of it's components (including Azure) visit the official SAFE documentation.

You will find more documentation about the used F# components at the following places:

About

Port of Composition IT F# safe sockets demo. See Readme for link

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published