Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seaofvoices/crosswalk

A framework to make Roblox games
https://github.com/seaofvoices/crosswalk

Last synced: about 1 month ago
JSON representation

A framework to make Roblox games

Awesome Lists containing this project

README

        

[![checks](https://github.com/seaofvoices/crosswalk/actions/workflows/test.yml/badge.svg)](https://github.com/seaofvoices/crosswalk/actions/workflows/test.yml)
[![site](https://github.com/seaofvoices/crosswalk/actions/workflows/site.yml/badge.svg)](https://crosswalk.seaofvoices.ca/)
[![license](https://img.shields.io/badge/license-MIT-blue)](LICENSE.txt)
[![GitHub all releases](https://img.shields.io/github/downloads/seaofvoices/crosswalk/total)](https://github.com/seaofvoices/crosswalk/releases)
[![GitHub top language](https://img.shields.io/github/languages/top/seaofvoices/crosswalk)](https://luau-lang.org/)

# crosswalk

This framework wraps the remote events and remote functions calls in order to speed up development.

# [Documentation](https://crosswalk.seaofvoices.ca/)

Check out the guide and quick reference on the [documentation site](https://crosswalk.seaofvoices.ca/).

## Installation

Add `crosswalk-client` and `crosswalk-server` in your dependencies:

```bash
yarn add crosswalk-client crosswalk-server
```

Or if you are using `npm`:

```bash
npm install crosswalk-client crosswalk-server
```

# License

crosswalk is available under the MIT license. See [LICENSE.txt](LICENSE.txt) for details.