-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eef0b9e
commit 31645d7
Showing
2 changed files
with
40 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
layout: meetup | ||
title: "Making Mobile And Desktop Apps From Your JS Frontend With Tauri" | ||
slides: | ||
video: | ||
speakers: | ||
- name: Jason Levitt | ||
title: | ||
avatar: https://gravatar.com/avatar/8b98b1ceba59011de5b6183167dc4e89bc76d079e771dd00eacc07c3f86d0dfe | ||
bio: | ||
email: | ||
homepage: | ||
twitter: | ||
github: | ||
linkedin: levitt | ||
sponsor: cloudflare | ||
venue: cloudflare | ||
after: lazarus | ||
organizers: | ||
- pcostanzo | ||
- joahg | ||
--- | ||
|
||
Tauri is a relatively recent, open-source (FLOSS), framework that lets you re-purpose your JS frontend as both a desktop (Mac/Win/Linux) and mobile (iOS/Android) application. It's easy to use and creates small, highly performant, executables. |