Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seaofvoices/crosswalk
- Owner: seaofvoices
- License: mit
- Created: 2023-08-02T15:17:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-28T18:26:15.000Z (6 months ago)
- Last Synced: 2024-11-17T07:09:04.772Z (about 2 months ago)
- Language: Lua
- Size: 245 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-luau - `crosswalk-server` - server?label=) | (Roblox)
- awesome-luau - `crosswalk-client` - client?label=) | (Roblox)
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.